ResubmitTransaction

The samples below reflect a ResubmitTransaction request and response.

Request

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2" xmlns:data="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
   <soap:Header/>
   <soap:Body>
      <v2:ResubmitTransaction>
         <!--Optional:-->
         <v2:request>
            <!--type: long-->
            <data:TransactionIdentifier>336962</data:TransactionIdentifier>
            <!--type: long-->
            <data:AccountIdentifier>1</data:AccountIdentifier>
         </v2:request>
      </v2:ResubmitTransaction>
   </soap:Body>
</soap:Envelope>xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2" xmlns:data="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
   <soap:Header/>
   <soap:Body>
      <v2:ResubmitTransaction>
         <!--Optional:-->
         <v2:request>
            <!--type: long-->
            <data:TransactionIdentifier>336962</data:TransactionIdentifier>
            <!--type: long-->
            <data:AccountIdentifier>1</data:AccountIdentifier>
         </v2:request>
      </v2:ResubmitTransaction>
   </soap:Body>
</soap:Envelope>

Response

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/ResubmitTransactionResponse</a:Action>
      <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <u:Timestamp u:Id="_0">
            <u:Created>2016-06-15T11:59:08.339Z</u:Created>
            <u:Expires>2016-06-15T12:04:08.339Z</u:Expires>
         </u:Timestamp>
      </o:Security>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <ResubmitTransactionResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
         <ResubmitTransactionResult>
            <TransactionIdentifier xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">336962</TransactionIdentifier>
            <APICall xsi:nil="true" xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
         </ResubmitTransactionResult>
      </ResubmitTransactionResponse>
   </s:Body>
</s:Envelope>